Connect to Windows with RDP
2014/08/10 |
Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.
|
|
[1] | Install FreeRDP. |
[root@dlp ~]# yum -y install freerdp |
[2] | Start X and input command like follows. |
[cent@dlp ~]$ xfreerdp -g 800x600 -u Serverworld 10.0.0.100
# -g [screen resolution]connected to 10.0.0.100:3389 Password: # the password of the user # -u [username] # [destination hostname or IP address] |
[3] | Just connected to Windows. |